I am having a little issue here. I've got a big shiney RadGrid with a nested table view, inside of which there is a RadMultiPage with a RadTab, 3 Tabs, and 3 PageViews. Sounds like fun already, doesn't it?? Yeah, it is.
Anyway, inside the first page view, there is another separate RadGrid (I'm kind of new to this, so I'm not sure if the radgrid inside the pageview inside of the NestedViewTemplate would be an independent RadGrid or a child of the first RadGrid..bear with me, bear with me.). So, within this child...grid... thing, there's naturally a bunch of columns and rows, and a column of edit buttons and a column of delete buttons that do their jobs just they way they should.
So in here there is a RadComboBox, which is populated from... somewhere... a table in our database that has just, like, a list of types you are able to choose from.
My quandary is thus: How do I get it to choose all the rows in that table (that's populating the RadComboBox) except ONE!? No matter what I do, all I can get it to do is make that value not show up in the values that the table is already displaying, but whenever I open that combo box again when I try to edit, that value is still there!!!
I'm terribly new to this stuff. Please be gentle.
Anyway, inside the first page view, there is another separate RadGrid (I'm kind of new to this, so I'm not sure if the radgrid inside the pageview inside of the NestedViewTemplate would be an independent RadGrid or a child of the first RadGrid..bear with me, bear with me.). So, within this child...grid... thing, there's naturally a bunch of columns and rows, and a column of edit buttons and a column of delete buttons that do their jobs just they way they should.
So in here there is a RadComboBox, which is populated from... somewhere... a table in our database that has just, like, a list of types you are able to choose from.
My quandary is thus: How do I get it to choose all the rows in that table (that's populating the RadComboBox) except ONE!? No matter what I do, all I can get it to do is make that value not show up in the values that the table is already displaying, but whenever I open that combo box again when I try to edit, that value is still there!!!
I'm terribly new to this stuff. Please be gentle.