Hi all
I am using ultraGrid for a data entry win-form, I dont know what i was doin in properties some thing suddenly wrong with grid, its now showing a vertical line at the centre of grid and all columns are again showing in next to that line.... simple there are two portion of the same cols of the grid. Please help me out to finish it again. I dont need this division I am using one band.
Thanks
Azhar
Hi Azhar,
I still had the problem. In fact, I realized that in my designer's form code, a line of code with the split option appears but I don't know why and how.
So, I delete this line. Or like Alphaguys said to you, set the grid's MaxRowScrollRegions and MaxColScrollRegions property of the DisplayLayout to 1.
Hope this help you.David