Normal 0 false false false EN-US X-NONE X-NONE
Hi,
I am using XamGrid.
In xamGrid have different columns type i.e. Textbox , button.
On click of button open a dialog window.
Now input the value into textbox and close the form.
Now my requirement
after close the button show on another cell?
I am unable to set the value into particular column?
Kindly suggest me.
I am not sure what you are asking / saying here?
When you change the value the value of the cell is supposed to change?
Hi Darrel,
I am giving you example
I have Xamgrid with 3 columns and one textbox apart of Xamgrid.
UI is like that
Enter Number | Text Box |
----XamGrid-------------------------
Col1 col2 col3
-----------------------------------------
TextBox Button TextBox
Now i click the XamGrid Col2's button.
When click the button
above textbox value will show into XamGrid's Col3.
I hope you understand my issue.
You would probably need to make a view model to bind to and use a custom command to move the value into the ViewModel and let the ViewModel do it's job.
Attached is a sample, you would need to add the referecnes to the Shared and XamGrid dlls for this sample to work.
Hi Darrell ,
We are waiting your reply.
Kindly reply.
Thanks
Asit Sinha
Hello Asit,
In the event to open your child window you can set the DataContext of the child window to the DataContext of the row that the button was clicked on, then you can update the values in the DataContext for the row in the OK button of the child window to persist the changes. Please see attached sample.
Let me know if you have any questions.
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support
Were you able to resolve your issue?