hi
I am using ultrawingrid (for winforms) and giving data to datasource property through a TypedDataSet, I have number of columns in this typed dataset but very few of them I want to display on Grid. What I have done is I created columns in grid manually but whenever I assigned my typed dataset it erases my manually added columns and show all data set's cols.
Please help me out.
HOWTO:How can I define columns in the grid at Design-time and bind them at run-time so that some fields of the data are excluded from the grid?