I am using a data table and a datagridview.
I am creating two columns in data grid view :
1)DataGridViewComboBoxColumn 2)DataGridViewTextBoxColumn.
The items of datagridviewcombo are the list of all items in
data table column 1.
I want that the data type of the DataGridViewTextBoxColumn
should be the same as the data type of the item selected
from the datagridviewcombo at runtime.
How can I do that.Also I want that each cell in column of
datatable should be of variable data type.
Pls help.
thnx.

Answer Posted / rajashekar reddy.y

use remote script to acheave at run time
or use java script methods like
document.getelementbyid('gridfind contol').onblur=textchange
()//method
this is normal java script method to change at client side

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are native methods?

478


What are properties in C#?

536


What are Indexers in C#?

576


What is a thread c#?

485


What is clr in c#?

481






What is type keyword in c#?

521


Is c# different than c++?

506


What is system console writeline in c#?

460


What is lazy keyword in c#?

521


What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

490


Does c# do array bounds checking?

530


What is the purpose of c#?

545


Does the variables of a private class-level inherited?

549


How to find type of variable?

531


What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default

550