I am new to telerik controls. I am looking for a xaml property in my radGridView so that when I have 3 columns of data that are at max 6 characters each, the grid does not fill the entire screen but it shrinks to fit the combined width of the individual columns.
right now I have 3 columns with data, and one big fourth column which is all empty as it stretches to fit the container. How do I get it to not stretch and just display the 3 columns that will take up about 1/3 of the width of the container. Please Note: I don't want to enter a number for the width size.
right now I have 3 columns with data, and one big fourth column which is all empty as it stretches to fit the container. How do I get it to not stretch and just display the 3 columns that will take up about 1/3 of the width of the container. Please Note: I don't want to enter a number for the width size.