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

Define c# i/o classes?

612


What is the difference between Object and class adapters?

594


What is Inheritance in C#?

655


Explain About namespaces

649


what is a enumeration in c#

657






Why are mutable structs evil?

620


How do namespaces work?

622


What is overloading in c#?

567


Can we override constructor in c#?

575


What is strong name in c# and how can we use it?

621


What is the advantage of constructor?

565


What is the difference between “dispose” and “finalize” variables in c#?

572


Can we inherit private class in c#?

584


What is function and method in c#?

605


In C#, explain the difference between overloading and overriding.

644