Users Pricing

forum

Home Forums RadGrid PageSizeComboBox is not finding – MindStick

RadGrid PageSizeComboBox is not finding

Anonymous User 2445 01 Sep 2014

The PageSizeComboBox of radgrid giving me null result either in ItemDataBound Event or any other event. I need to get the selected value of RadGrid PageSizeComboBox. What should I do to get PageSizeComboBox

here is my code written in ItemDataBound event of Grid

 if (e.Item is GridDataItem)

     {

                RadComboBox PageSizeCombo = e.Item.FindControl("PageSizeComboBox") as RadComboBox;

     }

I need to get this control. I want to get it on my Button Click event also. Can any one help ?


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md