Hi, i have the following RadComboBox binding:
st_AfectaStock.DataSource = mgrStockTipo.ListarStockTipos(0)
lst_AfectaStock.DisplayMember =
"STP_NOMBRE"
lst_AfectaStock.ValueMember = "STP_ID"
The problem: when the user type a value (not in the list) on the ComboBox, the SelectedValue = Nothing.
how can i solve this problem?
Regards!
I also have a try-catch block around Application.Run() but that particular exception does not get caught there - so I can't look at the stack trace to pinpoint where and if the exception originates in my code.
Could you maybe suggest some way of catching that exception or maybe disabling RadContolAnimationTimer.
Regards,
Piotr.
I have a problem with persistent configuration in my RadGridView
When my application starts I create a default setup in my code.
After that I check weather a saved grid configuration exists, and if so it is set by using RadGridView.LoadLayout(conf)
The problem is that if a column by default has IsVisible=false it stays false even though the saved grid configuration sets it to true. This does not apply the other way around, - if the default is true and the configuration says false it is false.
The column order has the same problem. There is a default order, which overrides the configured order.
I have checked the string that is written and read by the SaveLayout and LoadLayout, and it is correct.
Is this a known error, or am I doing something wrong?
Regards, Jill-Connie Lorentsen