I have a requirement of freezing the first column of the datagrid. I was able to achieve it via CSS. Problem is, I have a dropdown in the grid which comes above the frozen column. Since dropdown is a windowed control it paints themselves on top of all controls in the page. Is there any workaround for this issue?
Comment