jQWidgets Forums
Forum Replies Created
-
Author
-
Dear Peter,
I tried by cracking scroll bar css something like below
$(“#Grid_” + id).find(“#contentGrid_” + id).css({ top: ’20px’ });
var gridHeight = $(“#Grid_” + id).jqxGrid(‘height’);
$(“#Grid_” + id).find(“#jqxScrollWraphorizontalScrollBarGrid_” + id).css({ top: ‘-‘ + (gridHeight – 20) + ‘px’ });But, the problem is When I am selecting one cell its getting selected in below of that cell.
Do we have any alternate solution for this.Thanks,
RakeshSeptember 10, 2013 at 3:19 pm in reply to: column hierarchy problem when we set width dynamically column hierarchy problem when we set width dynamically #28703Hi Peter,
Please check below snippet for setting width for grid dynamically
var Width = $(“#Grid”).jqxGrid(‘width’) + (3 * 50);
$(“#Grid”).jqxGrid({ width: Width });August 16, 2013 at 11:32 am in reply to: tab closing and opening dynamically tab closing and opening dynamically #26965Hi Peter,
Awesome response.. Thanks
Hi Maria,
I should handle from outside of grid like cell selection..
If you take a look on above link we can able to select cell from outside of the grid.. Same way i can able to apply css or change color for that cell..
Thanks in Advance
RakeshJune 27, 2013 at 10:15 am in reply to: prevent selection for multiple cells in grid prevent selection for multiple cells in grid #23989Dear Dimitar,
Fine with above answer..
I will select cells from 2,1 to 2,5.. Here Can i identify leave event like when i drop.. In my example at position 2,5 i should identify and Need to do some action for those cells..
Thanks,
March 4, 2013 at 3:14 pm in reply to: custom validation in cellendedit event custom validation in cellendedit event #16304ya.
I have done that. but I am doing some functiality here.
So my functionality is in cellendedit event and my columns will come dynamically.
let me know solution for any one of following issues.
1. validation and need to do modify previous cell value based on current cell.
2. how to give validation for dynamic columns. and I am changing columns on button click event. So my columns may vary. In that case how can i give validation.
Regards,
SivaThanks,
Regards,
RakeshHi Dimitar,
I am aware with Grouping..
Let me know, How can we achieve Grouping Headers..
Regards,
Rakesh -
AuthorPosts