Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Performance Grid
posted

Hi,

My application supports two profiles.. Basic and advanced.

Users with basic profile will get a basic view of the UltraWebGrid with sorting and filtering. No editing allowed here.

Advanced users will be able to add/update records in the grid along with sorting / filtering

I have already tried various levels (LevelZero to LevelTwo ) supported by

this.UltraWebGrid.DisplayLayout.ReadOnly

Still, I don't get sorting / filtering capabilities. Instead I receive javascript errors...

Any clue, what can be done in this regards?

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    It is really very hard to tell without seeing the actual grid setup and the errors you are getting. Is it possible to paste us some of the javascript errors you are getting and some of your grid definition? This will certainly provide additional clues.

    As far as performance goes, please check out this post for performance suggestions (and actually, the whole thread is very useful)

    http://forums.infragistics.com/forums/p/14306/52885.aspx#52885

    and finally, you can see a lot of performance related documentation topics in our online help here:

    http://es.infragistics.com/support/documentation.aspx#OnlineDocumentation

Children