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

Three textboxes to edit one cell

2 Answers 53 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Alan
Top achievements
Rank 1
Alan asked on 20 Jun 2014, 12:24 PM
Hi All,

We are currently writing a proposal and were wondering whether RadGridView supports the following functionality. We have a value that we want displayed in a cell within a grid, this value can be updated in three ways (a calculation will convert the value into the displayed value). To do this, we were hoping that the grid would let us click on the cell and display a popup overlay with three textboxes (and three labels), depending on which value the user modifies, the others are updated. The user interface would be something similar to what happens in teampulse:

https://www.dropbox.com/s/1082ugip3i2on4m/Screenshot%202014-06-20%2014.20.41.png

Is this remotely possible?

Thanks,
Daryl


2 Answers, 1 is accepted

Sort by
0
Alan
Top achievements
Rank 1
answered on 24 Jun 2014, 11:16 AM
Bump.

Can anyone shed some light on this?

Thanks,
Daryl
0
Nick
Telerik team
answered on 24 Jun 2014, 01:32 PM
Hi Daryl,

You can accomplish this, with defining your own custom logic that will update (either through bindings, or manually) the business object properties since this cannot be integrated in the default Edditing mechanism of RadGridView. 

You can open the Popup on MouseLeftButtonDown/Up for RadGridView. You can get the cell that has been the source of the mouse event by using the e.OriginalSource property. 

Hope this helps. 

Regards,
Nik
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
GridView
Asked by
Alan
Top achievements
Rank 1
Answers by
Alan
Top achievements
Rank 1
Nick
Telerik team
Share this question
or