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's the difference between class and object?

490


What is the difference between interface and functional interface?

503


What is arraylist c#?

475


Can you use all access modifiers for all types?

550


What are the advantages of using partial classes?

538






How do I create a multilanguage, single-file assembly?

504


What can you do as a .net developer?

503


What is the keyword used to prevent a class from being inherited by another class?

674


How a two-dimensional array declared in C#?

573


How to implement delegates in c#.net

557


Does google use c#?

524


What is helper method in c#?

500


What is dependency injection?

573


What is lazy t?

516


What are the methods in c#?

537