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
What is call back method?
Are c# constructors the same as c++ constructors?
How to find type of variable?
What is predicate builder?
Does c# support parameterized properties?
Can we inherit a private class in c#?
What are bitwise logical operators?
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
Why use “using” in c#?
What are the advantages of using delegates in c#?
Can list contain duplicates c#?
Can the nested class access, the containing class. Give an example?
What's the difference between abstraction and encapsulation?
Why is ienumerable used?
What is a custom attribute?