EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: mapner on August 07, 2012, 03:40:53 PM



Title: Placeholder in combogrid
Post by: mapner on August 07, 2012, 03:40:53 PM
Hello,

Is there any way to put a placeholder (input prompt) in a Combogrid?

thanks


Title: Re: Placeholder in combogrid
Post by: stworthy on August 07, 2012, 05:30:28 PM
Get the textbox input and then set the 'placeholder' attribute for it:
Code:
$('#cc').combogrid({...}).combogrid('textbox').attr('placeholder','input prompt');