Hello,
I have a telerik grid(Grid A) which is binding with the Observablecollection<parentbusinessobject>. and it contains a rowdetails template of another telerik grid(Grid B). Also inner grid(Grid B) is binding to the Observablecollection<childbusinessobject>.
I have added a button as cell template in the inner grid row (Grid B) as user click the button will add the particular item in to the shopping basket.
It is working fine with mouse click event and I want to reach the same functionality using the keyboard events (F4) as well.
Thanking You
I have a telerik grid(Grid A) which is binding with the Observablecollection<parentbusinessobject>. and it contains a rowdetails template of another telerik grid(Grid B). Also inner grid(Grid B) is binding to the Observablecollection<childbusinessobject>.
I have added a button as cell template in the inner grid row (Grid B) as user click the button will add the particular item in to the shopping basket.
It is working fine with mouse click event and I want to reach the same functionality using the keyboard events (F4) as well.
Thanking You