This is a migrated thread and some comments may be shown as answers.

PopupControlExtender with RadGrid

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Parimal
Top achievements
Rank 1
Parimal asked on 13 Nov 2013, 09:20 AM
Hi,
I am using Rad Grid with batch editing feature. It contains GridTemplateColumn with item template as label and EditItemTemplate as drop down list. When I am selecting value in dropdown it shows me the selected value.
It works good in general scenario. 
But I want to show some dynamic information of cell value when user is moving mouse in image placed in same grid cell.
So I have PopupControlExtender to show dynamic help. 
Now when I am editing this cell new value is not display in cell.  

Any help will be appreciated.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 18 Nov 2013, 06:33 AM
Hi Parimal,

Could you please elaborate more on the type of drop down placed in the EditItemTemplate? If you are using an ASP DropDownList the selected value will not be set as a cell value because the control does not contain an input element. The Batch EditMode is designed in such manner that it automatically sets the value of the first input element as a cell value. That said if you are using an ASP DropDownList please replace it with a RadComboBox and test whether this resolves the problem. If it does not please provide us with the markup and code-behind so we could investigate further.

Regards,
Angel Petrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Parimal
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or