I’ve just started with the dhtmlx grid and it is very good, but unless I’m missing something, it doesn’t seem to be very jQuery-friendly. The first thing that comes to mind is to be able to assign a class to each column. Something like the setColTypes() method:
mygrid.setColClasses("name,birthMonth,birthYear");
Then the appropriate class attribute would be rendered on each
For example, something like
mygrid.load("myConnector.ashx", function() {
$('.birthMonth').numeric();
});
would prevent users from keying in alpha characters in the “birth month” column using the alphanumeric plugin (itgroup.com.ph/alphanumeric/).
Thanks,
R.L.