Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I have datagrid on window. I want to send specific row at the bottom of grid depending on condition in code. For ex:
if(!Row.Isenable) { ///send this row to bottom of grid }
how can I do this?