This is a migrated thread and some comments may be shown as answers.

Problems with RadComboBox among other things

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Amber
Top achievements
Rank 1
Amber asked on 23 Dec 2010, 08:10 PM
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.

1 Answer, 1 is accepted

Sort by
0
Amber
Top achievements
Rank 1
answered on 23 Dec 2010, 09:19 PM
HAH. I figured it out myself. Some goober had the EditFormSettings pointing at a different uc, that just happened to have a datasource with the same name as the one in this page. Well if that don't beat all.
Tags
Grid
Asked by
Amber
Top achievements
Rank 1
Answers by
Amber
Top achievements
Rank 1
Share this question
or