I'm running Q1 2014 UI for ASP.NET. I have a grid with a GridButtonColumn containing LinkButtons. The page size is defaulted to 10 rows.
The issue is that if I change the Page Size to 20, and click on the LinkButton for a row greater than 10, the grid runs a changegridsize command setting the grid back to 10 rows instead of running the LinkButtton command.
Is this a bug or do I need to set an option on the grid for this to execute properly?
Dan
The issue is that if I change the Page Size to 20, and click on the LinkButton for a row greater than 10, the grid runs a changegridsize command setting the grid back to 10 rows instead of running the LinkButtton command.
Is this a bug or do I need to set an option on the grid for this to execute properly?
Dan