Hi,
How to hide the no records template. I want to show 5 empty rows in the radgrid.
I have tried this without luck:
Thanks
How to hide the no records template. I want to show 5 empty rows in the radgrid.
I have tried this without luck:
<
MasterTableView
DataKeyNames
=
"ProductNumber"
ShowHeadersWhenNoRecords
=
"true"
EnableNoRecordsTemplate
=
"false"
AutoGenerateColumns
=
"false"
EditMode
=
"InPlace"
CommandItemDisplay
=
"Bottom"
CommandItemSettings-AddNewRecordText
=
"Add New Order"
>
Thanks