Hi All,
My page contains two tabs.When UltraWeb grid of 1st tab is loaded with data it works fine.Also pagin works fine.
But when i went to second tab and come back on 1st again, Ultraweb grid looses its preset. Whole rows are displayed only on a backgroupd. No rows and column line are displayed.
But when i navigates to second page of grid it starts working fine for page 2 as well as page 1 also.
Please share your knowledge if you face this problem.
Also is there any way to preserve preset?
My all grids are working normally , only one grid has this problem.
Thanks in advance.
Regards,
What browser are you using? How are you styling the other controls on your page?
If you're using Internet Explorer (6 or 7), you may be encountering a limitation of the browser. IE will only process the first 30 style elements on a page (give or take a few), leaving any later ones ignored and their corresponding HTML elements unstyled. Does the page look correct when you view it in Firefox? The solution for this is to either use Application Styling or to style your NetAdvantage controls via CSS, rather than setting the various sub-properties of the Style properties of your NetAdvantage controls. Most presets use these various sub-properties, so you may either need to create your own presets or use a different approach to style this grid.
If you're already using Firefox, or if you're already exclusively using Application Styling or CSS to style your NetAdvantage controls, then it will take more information for us to determine what is happening. In this situation, I suggest you submit a support request so that a Developer Support Engineer can provide you with the dedicated assistance needed. If possible, please provide a sample project that we can run and debug that reproduces this behavior, so that we know we're running the same code you're using.