Hi all you experts
I have a GridView that has the following columns
Barcode
Description
Price
DiscountOption
When I do a exchange I add 110 "-" and to make it show fully I need to merge the row into a single row
Is this possible? I'm using 3.19.5 at the moment
Andy
GridView Row Merge
-
- Legend
- Posts: 2093
- Joined: Thu Jul 23, 2020 5:20 pm
- Location: Isle of Wight
Re: GridView Row Merge
if you set a gridview columns width to -1 it will auto expand/shrink to fully show the text.
GridView1.Columns[2].Width = -1
GridView1.Columns[2].Width = -1
Re: GridView Row Merge
Europaeus sum !
Amare memorentes atque deflentes ad mortem silenter labimur.
Amare memorentes atque deflentes ad mortem silenter labimur.