Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Insert Button into GridCtrl Cell (Can you insert buttons (or any widgets) into gridCtrl?)
Re: Insert Button into GridCtrl Cell [message #59701 is a reply to message #59699] Thu, 09 March 2023 21:18 Go to previous messageGo to previous message
cgokdemir is currently offline  cgokdemir
Messages: 12
Registered: February 2023
Location: TURKEY
Promising Member
Hi,

It's in the GridCtrlTest example, maybe you'd like to examine it.

void MakeEdit(One<Ctrl>& ctrl)
{
ctrl.Create<EditInt>();
ctrl->WantFocus();
}

//
grid.GetColumn(3).Ctrls(MakeEdit);

Kind regards


Windows 10 Home 64bit
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Choose valid characters for EditString/EditField
Next Topic: Website build
Goto Forum:
  


Current Time: Wed Jul 16 05:11:17 CEST 2025

Total time taken to generate the page: 0.04563 seconds