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.
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
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,
Laxmi2012 said:1. On one web page maximum how many JQUERY grids can be added to achieve the good page load perfomance.
Laxmi2012 said: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 for your help so far.
There was one scenario we would like your help on. We have to make role based decision on making some cells read only.
The checking is done on Server side. Is there a property on server side that can make a cell readonly on the server side code or we will have to pass that information in ajax call back to client and do the formatting.
Laxmi2012 said:The checking is done on Server side. Is there a property on server side that can make a cell readonly on the server side code or we will have to pass that information in ajax call back to client and do the formatting.
Thanks for your help so far.
I have attached the document having the snapshot of the grid, which we need to develop usign ASP.NET Ajax Data grid.
Can you please suggest the best approach to code these kind of the grids.
We need it urgently.
Laxmi P
Hi Laxmi,Correct me if I'm wrong, but it looks like "Section1" and "Section2" are just separators while "SubSection11", "SubSection12" are child grids for records of the root grid.Can you please take a look at this sample, expand some rows in the hierarchical grid in it and let me know if this is close to what you are trying to achieve?http://samples.infragistics.com/jquery/hierarchical-grid/multiple-levels-multiple-layouts You can also take a look at the other samples of the igHierarchicalGrid so you can get a better understanding of what it's capable of at the moment.My second guess is that you are looking for a pivot grid like our Silverlight one:http://samples.infragistics.com/sllob/pivot-grid/sl/#/compact-layout If this is so, we don't offer an ASP.NET or jQuery pivot grid yet so might consider our Silverlight pivot grid.