On Thu, Dec 25, 2008 at 1:19 PM, Fu Di <[email protected]> wrote:

> if  i  write code like following  "draggableColumns = false
> ,resizableColumns = false  and sortableColumns = false"  in datagrid, could
> i get  better  performance?

No, not really. You won't see any difference until the user actually
interacts with the DataGrid for dragging, resizing, and sorting,
respectively. So the decision to set these properties would depend on
whether or not you want the user to be able to do these interactions.

-- 
manishjethani.com

Reply via email to