Forum for any topic of interest to the Qcodo community, including questions about the framework itself.
I have a QDataGrid which users can click on to show a set of radiobuttonlist options related to the row item. The page loads with the first row item's radiobuttonlist options showing corectly. All works fine.
However if a user selects another item the correct radiobuttonlist options display but when a user then selects an option the radiobuttonlist always has null as the selectedvalue. Any thoughts or pointers much appreciated. Mike
I did not understand everything, but you used the right QRadioButtonList.
And a very common mistake, is you do not put the controls QRadio inside QDataGrid.
Have How you show your code?
Thanks for getting back.
The QRadioButtonList is on a panel separate to the datagrid. When the page first loads it populates the radiobuttonlist using the same action that the DataGrid items use to populate it.
This works fine but when a different item is selected in the DataGrid although the list correctly updates showing a new set of radio items the radiobuttonlist always returns null as the selectedvalue. The values of each radioitem are correctly set. Mike