My Datagrid Column Showing Column size X in each cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have tried on of the sample project (GridDemo2) from Alex site showing how
to format cells of a datagrid, but when i use it on my grid by using

Dim bnd As Binder = Binder.BindToDataGrid(grdTeamMembers, 0, "{0}")
AddHandler bnd.DataBind, AddressOf bnd_DataBind
bnd = Binder.BindToDataGrid(grdTeamMembers, 1, "{0}")
grdTeamMembers.Update()

My Datagrid column show a rectangle size X in each cell

any suggestion any help
 
Dear Alex,
I mean without applying the which is

Dim bnd As Binder = Binder.BindToDataGrid(grdTeamMembers, 0, "{0}")
AddHandler bnd.DataBind, AddressOf bnd_DataBind
bnd = Binder.BindToDataGrid(grdTeamMembers, 1, "{0}")
grdTeamMembers.Update()

My grid showing team members in column 1 in correct format (Simple Text)
but when i apply the code to show text of column in color i get a huge X in
column 1, i have tried on different columns ot same problem, is there any
wrong with the code ???

i think u undertand now, or can u give me ur public e-mail address where i
can send u the pic of the grid from emulator.

waiting for ur kind reply
 
Dear Alex,
I have mail u both images with Cell size X and without Cell size X.
@ (e-mail address removed)

plz consider it
 
Back
Top