I have spent too much time trying to figure this out and I can't seem to get it to work, so I'm going to throw out a challenge :)
I have a simple RadGrid that contains one column, Employee Name that is drawn from a table called tUser. The value drawn is the employee ID which I convert to Employee Name through a left join in the SQL. When you click on Edit, the column changes to a drop-down column. The value for the list is the employee ID, the text for the list is the employee Name. These values are in a SQL table called tEmployee, but the selected value should be the one from tUser.
So this is all working fine...exactly the way I want, except for the fact that the tEmployee table contains 3000 entries. So I'd like to take this and apply the load on demand and filter=contains features of RadComboBox to it.
I can't seem to figure out how to combine these two things into a working control.
Any help? Thanks
I have a simple RadGrid that contains one column, Employee Name that is drawn from a table called tUser. The value drawn is the employee ID which I convert to Employee Name through a left join in the SQL. When you click on Edit, the column changes to a drop-down column. The value for the list is the employee ID, the text for the list is the employee Name. These values are in a SQL table called tEmployee, but the selected value should be the one from tUser.
So this is all working fine...exactly the way I want, except for the fact that the tEmployee table contains 3000 entries. So I'd like to take this and apply the load on demand and filter=contains features of RadComboBox to it.
I can't seem to figure out how to combine these two things into a working control.
Any help? Thanks