tony said:
Hello,
Little hard to do and not in the near future plans.
Regards
Tony
I'm curious, what makes it so difficult? My default expectation would be that all paging is based on the root level rows, with the grid expanding in size when child level rows are loaded.
All has earned Toni's many thanks, and I apologise for the carelessness
on line 1593 in grid.base.js
line:
row += “
”;
Error:
Microsoft JScript run error: the Object does not support this property or a method
I try
help, its dont work
You must to set the parameter “pager” in you grid :
jQuery('#my_grid').jqGrid({
url : 'your_url',
datatype: 'yourdatatype',
…
pager: '#your_pager_name',
…
});
And you must put thsi code after :
jQuery(”#my_grid”).navGrid(
Thank you. I found what I needed to Celledit and Gridcomplete
I do not know if it is the best solution but if someone serves this is what I did.
Thank you for taking the time to respond. However, I'm sure there must be a way to fix this. Because when you lose focus on the textbox it impairs the rest of the workings of the grid, meaning the user loses the “ease of use” and functionality presented to them by having to click into the text box again to tab to the next one or to press enter to filter on the date.
And I'm sure you can appreciate that not all users would know that they have to do that and in the end would blame a “faulty” system for not working the way it was suppose to even though neither you or I controlled the behavior.
Hi Tony,
This is in your Demonstration page. By going to Integrations -> UI Datepicker
Select any row. It changes into edit mode and the first text box now has focus.
By pressing Tab you cycle through the available text boxes (it goes from left to right, alternating between the text boxes making it easy to edit). This behavior is also available in the demonstration page: Row Editing – Basic Example, after clicking “Edit Row 13” and selecting the first text box.
Back to the Datepicker, once you've tabbed or clicked on the datepicker field, the calendar appears. Once you select a date it loses focus of the date textbox, preventing you from tabbing to the next available text box for edit.
This is the same in all browsers, IE6,7 and Firefox (that I've tested)
I then proceeded to implement your demonstration code into my own code and it experienced the same kind of behavior.
Thank you for your time in looking into this issue
Kind Regards
Thank's, now i'm at this point.
I use dataEvent to detect a change on my first select input.
I want to change the value of the second select input so i find the setColProp method but nothing happen with 'value' propertie or 'dataUrl' property. The select input is not refresh.
This is my code :
{name:'famille',
Dear Tony,
The empty grid lines on footer row still remain there. Is there any reason for not using the same approach as clearing the grid data??
Best regards,
Rayson
Ahhhh, ok now I understand….(I think).
Thanks Tony.
One of these days I'll get the select form loading from the server…. 
Martin
khall100 said:
Nevermind. It was an error on my part (obviously) . I did not have the correct path to the CSS files.
i think this should be considered a bug.
iam sorry, it not an error,
I changed a code for understanding and itself have made a misprint
from:
for (var i = 0; i < result[0].length; i++) {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top