StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
Issues
»
Infragistics wrapper
Infragistics wrapper
Post Reply
Like
1
Infragistics wrapper
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Trevor Hendricks
Trevor Hendricks
posted 11 Years Ago
ANSWER
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 13,
Visits: 477
Hi All,
I use NetAdvantage 2011.1 and I've started using the SF IG wrapper. I noticed that there is a class for the "ultradropdownbutton" control but not the "ultradropdown" control itself. Is this control to be handled directly like the ultragrid using BBS's etc or is there a better control to use in the grids for dropdown lists?
Everythings seems to work but the object instantiation order seems a bit "touchy" or am i missing something?
TIA
Trevor
Reply
Like
1
Ivan George Borges
Ivan George Borges
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
Hi Trevor.
So far I have used the SF wrapper for the UltraComboEditor in UltraGrids and am populating them using the SF PopulationDataSourceSettings without any problem.
Is this what you mean?
Reply
Like
1
Trevor Hendricks
Trevor Hendricks
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame Users
Posts: 13,
Visits: 477
Hi Ivan,
yes that's it. Is there anything special i need to do wrt the instantiation order, datasource settings, initial layout etc.?
Thanks
Trevor
Reply
Like
1
Ivan George Borges
Ivan George Borges
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
I don't remember anything really special. I dropped the ComboEditors on my forms, populated as usual, made them invisible and attached them to the Grid's Columns.
One thing I did was to set the Columns properties by code, since I was loosing this configuration when only used the Grid's Wizard. So, in the Grid's InitializeRow event, I added something like this:
Private Sub YourGrid_InitializeRow(ByVal sender As System.Object, ByVal e As Infragistics.Win.UltraWinGrid.InitializeRowEventArgs) Handles YourGrid.InitializeRow
'-- set columns editor control
e.Row.Cells("YourField1").EditorComponent = Me.YourComboEditor1
e.Row.Cells("YourField2").EditorComponent = Me.YourComboEditor2
End Sub
Hope it helps.
Reply
Like
1
Trevor Hendricks
Trevor Hendricks
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame Users
Posts: 13,
Visits: 477
Thanks Ivan. That is exactly what I am experiencing.
Reply
Like
1
Ivan George Borges
Ivan George Borges
posted 11 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame MVPs
Posts: 1.9K,
Visits: 21K
You're welcome, Trevor.
Reply
Like
1
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
1
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search