ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Display Total Price Column in GridInline
Title:
B
I
{code}
?
How can I display the Total Price Column in the Grid Footer. in the GridInline editing ?
Save Changes
Cancel
dear
asked at 29 Oct 2016
for footer see this: http://demo.aspnetawesome.com/GridDemo/Grouping
at 29 Oct 2016
Omu
I saw this link and solve the problem. But I have a new problem after "delete Action" don't update total price. It means that after "delete Action" should reload grid.how can i do this???? Or do you now an script for reloading grid every3seconds. Please giude me.
at 30 Oct 2016
dear
you can go to `CrudHelpers.cs -> InitDeletePopupForGrid` method and modify `Success("utils.itemDeleted('" + gridId + "')")` to `.Success("utils.refreshGrid('" + gridId + "')")`
at 01 Nov 2016
Omu
it is ok.thanks
at 08 Nov 2016
dear
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK