add checkbox control inside grid

Posted by Oswaldlily under Visual Studio on 3/5/2014 | Points: 10 | Views : 2195 | Status : [Member] | Replies : 2
I am adding checkbox inside flexgrid in VB 2010 like this

Dim chkbox as CheckBox= CType(Me.Controls.Find("CheckBox1", True).First(), CheckBox)

I need checkbox inside grid..instead getting text "Windows.Form.Control.CheckBox"
How to get control???




Responses

Posted by: Sravan661 on: 3/5/2014 [Member] Bronze | Points: 25

Up
0
Down
Revert if you have any issues . . .
Hope it helps you

sravan

Oswaldlily, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response