This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / .NET Datagridview Sorting?用Datagridview 做过auto sorting, 可我需要的是call自己的stored procedure去sort。 怎样才能让Datagridview去call我自己的code,而不是做auto sorting?
-ttaaoo(tao);
2007-8-1
{143}
(#3844351@0)
-
Datagridview是什么呀? .NET2.0, 3.0? 在1.1中, DataGrid的datasource如果是DataSet的话, 可以用DataView sort. 在header中设定SortExpression.
-poohbear(毛毛熊);
2007-8-1
(#3844740@0)
-
windows form control
-kevin_tor(KFC);
2007-8-2
(#3845612@0)
-
set AllowSorting to false
-marsher(住家男人);
2007-8-2
(#3845594@0)
-
Replace the DataGridView's comparer with yours.
-holx(Dicom);
2007-8-2
(#3846376@0)