DataGrid

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

Guest

Hi all,
sorry for my bad englisch.I have two questtion about datagrid.I have etc.product names in the database . I want create datagrid with row with bold text 1-2 . After this row list product beginning serial 1-2 ...... And repeat 2-3 ... How ? And second questation . Can I change one row border lines ?

thanx
marek
 
Check the itemdatabound event of the grid. You can manipulate columns and
rows there. The parameter e is the datarow.

Marek G. said:
Hi all,
sorry for my bad englisch.I have two questtion about datagrid.I have
etc.product names in the database . I want create datagrid with row with
bold text 1-2 . After this row list product beginning serial 1-2 ...... And
repeat 2-3 ... How ? And second questation . Can I change one row border
lines ?
 
Back
Top