ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Custom Editor: Textbox with button
« previous
next »
Print
Pages: [
1
]
Author
Topic: Custom Editor: Textbox with button (Read 2173 times)
shoushouleb
Newbie
Posts: 12
Custom Editor: Textbox with button
«
on:
August 16, 2018, 05:22:23 pm »
I need to create a custom editor in the PQGrid, that contains a text-box and to the right of it a button.
Thanks,
Logged
shoushouleb
Newbie
Posts: 12
Re: Custom Editor: Textbox with button
«
Reply #1 on:
August 30, 2018, 05:03:43 pm »
Solution:
{
title: "Policy", width: 95, dataIndx: "Name",
editor: {
type: function (ui) {
ui.$cell.append(ui.rowData["Name"] + "<button class='pqGrid-dots-button' onclick='showPolicies(this)'>...</button>");
}
}
}
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Custom Editor: Textbox with button