Hi
I'm new to both sitefinity and radgrid.
How can I assign the list returned by this fluent api code;
App.WorkWith().Documents().Where(d => d.Status == Telerik.Sitefinity.GenericContent.Model.ContentLifecycleStatus.Live).Get().ToList();to a grid such that first column of the grid displays retuned documents’ titles and second column is a column of buttons such that when a button is pressed it will open the relevant document in a radwindow for viewing?
Many thanks for the help.
Regards

I have a simple RadMaskedTextBox on a page.
When the page is posted back I want to view the text, and am using the TextWithPromptAndLiterals property and just displaying the contents back to the page. This works fine with all variations of input in the field ie. (12x3.4, _2x3_, 1_x_4)
However when the page that the control is on is modified to turn of the viewstate (enableViewState = “False”), the control no longer works.
Values entered as 12x34 work, however values such as 1_x_4, come back as just “1” (loses the four).
I am using the 2009.3.1314.20 version.
