I have a Telerik Grid and it freezes when it has almost 3k rows. I have identified two reasons for that.
One: I have put custom margin and padding on cell-level. Suggest me some efficient way to achieve this style without hitting the performance issues
Second: I have a TelerikSplitButton in one of my columns which makes it more slower.
But even removing above two things, plain TelerikGrid still takes about 2-3 seconds to load only 3k rows.
I have pagination on my grid but pagination sizes cannot be very smaller. I need to show Datasets in thousands or more.
Suggest me some best approaches to achieve this with custom design and template.