jQWidgets Forums
Forum Replies Created
-
Author
-
February 25, 2014 at 1:22 pm in reply to: Copy cell data and paste to multiple celss Copy cell data and paste to multiple celss #50095
Hi,
Thanks for reply, but i have an issue with pasting the one cell value into “Multiple Rows ” cell , but it is pasting the value in only once cell at a time..but not into multiple rows cell
Row 1—- customer1
want to paste the Row1 data to other rows (in the same below rows customer column only)
(multiple rows cell)
Row2 …
Row3 …
Row4 …so please is it possible ,if then can you provide the solution for this
regards,
rani.regards,
Rani.February 25, 2014 at 11:32 am in reply to: Copy cell data and paste to multiple celss Copy cell data and paste to multiple celss #50084Hi
Here for example , i am copying one cell value and want to paste the same cell value to other multiple rows cell…(please check in cell selection of grid which you provide in Demo)…so please provide me link or solution for the same…
Regards,
Rani.February 25, 2014 at 9:29 am in reply to: Copy cell data and paste to multiple celss Copy cell data and paste to multiple celss #50080Hi Peter,
Thanks for your reply, have you any example that you can share with me where i can check the “Paste” functionality for multiple Rows . In the given url ( http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/cellsselection.htm ) i have copied two Column values of a single Row and want paste it in multiple Row by selecting the multiple Column in multiple Rows. but it is not working.Best Regards
RaniFebruary 25, 2014 at 8:14 am in reply to: Copy cell data and paste to multiple celss Copy cell data and paste to multiple celss #50064Hi,
I have done using Ctrl+C and Ctrl+V but it is copying and pasting into single cell/multiple cell on the single row only, and it is not working for “MULTIPLE ROW”, bcz i need to paste the cell value into multiple rows…please provide the solution…
Regards,
Rani.Hi,
May I have the solution/any idea?Regards,
RaniHello Dimitar,
ya i used this dropDownWidth, but i want to set the width from the dropdown values (maximum characters) width. please reply
regards,
ranithank u peter,
now I got it.
regards,
raniFebruary 10, 2014 at 10:43 am in reply to: Resize the combobox column according to text in grid Resize the combobox column according to text in grid #49233hello,
it should take dynamically according to text, i set the minimum width but if text is big , then is should display complete text of combobox…i have used the property but no use..as combobox is in grid column…please is there any other solution for this…
regards,
rani.Hi,
While using remote search, matched items are not highlighting.
But using the same combo box with local data search, it is automatically highlighting the matched records.
In your demos also same, matched records are not highlighting.Can you give me a solution?
Regards,
RaniFebruary 7, 2014 at 6:03 am in reply to: Load on demand for Combo box Load on demand for Combo box #49107Hi Peter,
Is this resolved in the latest release?
jQWidgets v3.2.1 Release, February-05-2014
Regards,
RaniFebruary 7, 2014 at 5:47 am in reply to: editing particular column in grid editing particular column in grid #49106Hi,
Thanks for your reply…But, what about this?
Change the back ground color of a cell in a row dynamically(programatical…).
I am doing the following.
I’ve a columns like Title, Episode Title and Season Number.
If the selected Title is type of ‘Feature’, then I need to make the ‘EpisodeTitle’ and ‘SeasonNumber’ cells as
1. non-editable and
2. greyed background color.With the below URL I can able to solve the #1.
For #2, I am trying like the below…
var rowindex=0; //rowindex=editingrow.uid. $("#row"+rowindex+"IngestGrid div:nth-child(9)").css("background-color", "grey");
Its working fine, but when I added a new row with the blow code
$("#IngestGrid").jqxGrid('addrow', rowindex, rowdata);
I am losing the grey color.
I tried all the possible ways…
And also when we navigated to next page in grid, row0 is greyed.(i.e. we greyed first row in the first page)
Can you please help me regarding this?February 5, 2014 at 2:43 pm in reply to: editing particular column in grid editing particular column in grid #49012Sorry, original requirement…
I want to make a column editable true or false dynamically(programatical…).
I got a reference as
$(“#IngestGrid”).jqxGrid(‘setcolumnproperty’, ‘Customer’, ‘editable’, false);
But it making all the rows as editable false.
I need to make only one cell of the row to true/false.And how to change the back ground color of a cell in a row dynamically(programatical…).
Regards,
Rani.Hi peter,
I have set the type to bool only i am getting that issue.
Regards,
raniJanuary 17, 2014 at 1:21 pm in reply to: Bind jquerycombobox(other jquery controls) to JqxGrid Bind jquerycombobox(other jquery controls) to JqxGrid #48013Hi Peter,
Thanks for your support, hope we get the great support form you in future work….
regards,
rani.January 17, 2014 at 1:07 pm in reply to: Bind jquerycombobox(other jquery controls) to JqxGrid Bind jquerycombobox(other jquery controls) to JqxGrid #48011Hi Peter,
Thanks for reply, i just want to know whether we can use other than jqwidget controls in jqwidget grid…as your reply states that we cannot use other controls in jqwidget grid..
regards,
Rani. -
AuthorPosts