Skip to content

Commit 5379f61

Browse files
ES-975464 - Addressed the concerns
1 parent e8dd1f4 commit 5379f61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

DataGridWithDataPager.png

33 KB
Loading

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,6 @@ Private Sub FilterBtn_Click(ByVal sender As Object, ByVal e As System.EventArgs)
9696
End Sub
9797
```
9898

99+
![Changing pagecount at runtime](DataGridWithDataPager.png)
100+
99101
Here, records are filtered based on the textbox text in clicking event of Filter button. Initially PageCount is 5 and it is changed as 1 once the records are filtered.

0 commit comments

Comments
 (0)