We have a telerik grid with 2 freezed columns . we have used below code to make the column freeze.
<Scrolling AllowScroll="True" SaveScrollPosition="true" UseStaticHeaders="true" FrozenColumnsCount="2" />
We have a hyperlink in a column of Grid. And Clicking on that link one popup opens. But when we scroll and click on that link then it shows 3 columns and that popup never opens. and also horizontal scrollbar gets disappear. Please find the screen shots for the same in attached doc.
Please provide the solution asap.