Hi,
I have to create one user control where grid generates dynamically by passing datatable as a datasource. Here if one of my columns is GridDropDownColumn then on editing, dropdown should be displayed by setting datatable as a datasource that will be passed by aspx page. But it is not displaying in edit mode. Anybody can suggest me how to do it?? and also in edit mode user can enter his custom value.
P. N. grid has to be generated dynamically and I have to create it in Page_Load event of user control
I have to create one user control where grid generates dynamically by passing datatable as a datasource. Here if one of my columns is GridDropDownColumn then on editing, dropdown should be displayed by setting datatable as a datasource that will be passed by aspx page. But it is not displaying in edit mode. Anybody can suggest me how to do it?? and also in edit mode user can enter his custom value.
P. N. grid has to be generated dynamically and I have to create it in Page_Load event of user control