Hello,
I have the following scenario at my application:
I have been reading RadGrid documentation related to grid formatting from client side and as far as I've seen I should use OnGridCreating and OnGridCreated client events to do it.
Everything works OK formatting my cell's content from one of those events except that the user is able to see the grid before I apply any format and a few milliseconds later the formatted version. This flickering effect the user sees is very annoying specially when the contents of the grid are very large.
Is there any way to format cell's content at client side BEFORE the grid is displayed?
Thanks ahead,
Maria Henao
I have the following scenario at my application:
- Columns are auto-generated, I don't know which columns I will get at design time.
- I should display cell contents in max two rows.
- If cell content doesn't fit on two rows I have to get a shorter version of the cell content and also add an ellipsis script to expand/collapse the content.
I have been reading RadGrid documentation related to grid formatting from client side and as far as I've seen I should use OnGridCreating and OnGridCreated client events to do it.
Everything works OK formatting my cell's content from one of those events except that the user is able to see the grid before I apply any format and a few milliseconds later the formatted version. This flickering effect the user sees is very annoying specially when the contents of the grid are very large.
Is there any way to format cell's content at client side BEFORE the grid is displayed?
Thanks ahead,
Maria Henao
