Hi,
Thanks in advance.
We are using following features of igGrid.
1. Updating feature with some of columns as read only columns.
2. Making the the cells editable based on conditions. There can be 8-9 conditions.
3. Setting the cssclass for the cells based on conditions. There can be 8-9 conditions.
Is it good to write to these all the codes in client side code? Also is there any better approch to get the same functionality specifcally keeping the formatting at the serve side code.
Can we get the update ASAP.
Thanks,
Laxmi Pujari.
Thanks for reply.
Can you please clearify following queries.
1. On one web page maximum how many JQUERY grids can be added to achieve the good page load perfomance.
2. Is there a way to move client code like setting up features, handling editcellstarted event, etc to move to server side? If so how much benefit can we expect in terms of performance
Thanks in Advance,
Laxmi
Hi Laxmi,Your questions are a bit general, but here are the answers:
Laxmi2012 said:1. Updating feature with some of columns as read only columns.
Laxmi2012 said:2. Making the the cells editable based on conditions. There can be 8-9 conditions.
Laxmi2012 said:3. Setting the cssclass for the cells based on conditions. There can be 8-9 conditions.
Laxmi2012 said:Is it good to write to these all the codes in client side code?
Laxmi2012 said:Is it good to write to these all the codes in client side code? Also is there any better approach to get the same functionality specifcally keeping the formatting at the serve side code.
Thus, formatting can be configured on the server, but that configuration is either JavaScript or HTML that will then be handled client-side. Hope these answers help you out.All the best,Borislav