Hello,
The most common problem is that you forget to set datatype to json – i.e you datatype is the default one – xml, but you provide a json response.
Regards
Tony
Hello,
This is known problem. Currently trying to resolve them.
Regardas
Tony
Hello,
The current edited cell has a class edit-cell
Regards
Tony
Hello,
Not sure what you mean and what you try to use. There is no such function into the code. What do you want to do with this function
Hello,
Thanks, will consider this feature.
Best Regards
Tony
Hello,
Be a sure that you have a pginput set to true. Also could you please to provide integers instead of floats in the request.
Regards
Tony
Hello,
There was a bug when we use datatype local (already fixed), but this is not your case. In some themes there is no diffrence with the alt rows, by example redmond. Try with other theme and see the result.
Regards
Tony
Hello,
If you trigger(“reloadGrid”) after save this is a expected behaviour.
Regards
Tony
Hello,
This is the right event.
Regards
Tony
Hello,
The current implementation add title without any condition. To remove all title attributes currently you can do
gridComplete : function () {
$(“#mygrid td”).removeAttr(“title”);
}
Regards
Tony
Hello,
Thanks. It is a bug. Already fixed in GitHub – 3.6 branch.
Best Regards
Tony
Hello,
If this is the original code I wonder how this work in FF and especially in IE. You have a not needed comma here:
colModel :[
{name:'Name', index: 'Name', width:250, align: 'center', resizable: false, editable: true, sortable: false},
{name:'IP', index:'IP',width:250, align:'center',resizable:false,editable:true,sortable: false}, <- Erorr
],
Best Regards
Tony
Hello,
Aha. Thanks. Fixed in the upcomming 3.6 release.
Best Regards
Tony
Hello,
The 3.6 branch
Regards
Tony
Hello,
All work as expected. Just to analize the situation:
1. You set a edit type select – in this case we expect the data for the select to be get when we perform editiing via the dataUrl option.
2. In the same way you use the formatter select. These values should be in the grid options before you populate the data to the grid. The simple question is why? Just to think – in the case provided from you use another request to obtain the data – in the same time the grid uses his own request to populate the data, which request will be done first? – it is unknown. I think you understand this point. In order to work this you should
…
{ name: 'some',
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top