Having Issue Nothing happens On btn_Click in repeater?

Having Issue Nothing happens On btn_Click in repeater?

RavenRaven Posts: 28Questions: 0Answers: 0
edited January 2012 in Bug reports
There is two repeaters so far. Where the buttons on them work before apply datatables.
On the one repeater, the button is suppose to select and open a pop up.
[code]



[/code]
Any Idea what it could be? im just using this so far
[code]
$(document).ready(function () {
$('#tblBankRequest').dataTable({ "oLanguage": { "sSearch": "Search:" },
"iDisplayLength": 10,
"aaSorting": [[0, "asc"]]
});
});
[/code]

and if i select the by how many items must show, like if i select 25, then after click on any repeater button it refreshes the everything back to showing only 10 entries. We deal with some pop ups on our repeaters

Replies

  • RavenRaven Posts: 28Questions: 0Answers: 0
    sorry allan about that, its a validation issue on this side :/ , you see im the only one trying to implement your datatables, so when something is wrong i get pointed out. but i would like to know how to stop the 25 entries from refreshing to 10.
This discussion has been closed.